@media screen and (min-width: 900px) {
  header {
    margin-bottom: 40px;
  }
  header .top {
    width: 1200px;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  header .top .head-img {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
  }
  header .top .head-img img {
    height: 50px;
  }
  header .top .head-img img + img {
    height: 24px;
    margin-left: 30px;
  }
  header .top .head-text {
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top .head-text * {
    font-size: 18px;
    color: #222;
  }
  header .top .head-text .contact {
    margin-right: 45px;
    position: relative;
  }
  header .top .head-text .contact .contact-text {
    height: 100%;
  }
  header .top .head-text .contact .contact-text svg {
    font-size: 28px;
  }
  header .top .head-text .contact .contact-box {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 260px;
    height: 160px;
    bottom: -155px;
    background: #fff;
    left: 50%;
    margin-left: -130px;
    border-radius: 5px;
    box-shadow: 0 0 6px #d0d0d0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 18px 20px;
    transition: all 0.3s;
  }
  header .top .head-text .contact .contact-box div {
    font-size: 14px;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  header .top .head-text .contact .contact-box div img {
    height: 100px;
    margin-bottom: 10px;
  }
  header .top .head-text .contact .contact-box:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 6px #e9e9e9;
  }
  header .top .head-text .contact:hover .contact-box {
    opacity: 1;
  }
  header .top .head-text .login {
    font-size: 0;
  }
  header .top .head-text .login a {
    padding: 0 10px;
  }
  header .top .head-text .login a + a {
    border-left: 1px solid #3e67ba;
  }
  header .top .head-text .login_true {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .top .head-text .login_true .lo_info {
    align-self: center;
    padding: 0 10px;
    height: 30px;
    background: #222;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
  }
  header .top .head-text .login_true .lo_info > a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
  }
  header .top .head-text .login_true .lo_info .info_num {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: -10px;
    top: -10px;
    background: #e84310;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  header .top .head-text .login_true .lo_info .info_num a {
    color: inherit;
    font-size: 12px;
  }
  header .top .head-text .login_true .login_out {
    align-self: center;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  header .nav {
    width: 100%;
    height: 60px;
    background: #ac2a2a;
  }
  header .nav .nav-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 15px;
  }
  header .nav .nav-con .nav-box {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0;
  }
  header .nav .nav-con .nav-item {
    max-width: 200px;
    min-width: 90px;
    display: inline-block;
    width: auto;
    padding: 0 21px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
  }
  header .nav .nav-con .nav-item a {
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    padding: 3px 4px 16px 4px;
  }
  header .nav .nav-con .nav-item :after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 4px;
    right: 0;
    background: #fff;
  }
  header .nav .nav-con .nav-item:hover a {
    font-weight: bold;
    border-bottom: 6px solid #fa9c2e;
  }
  header .nav .nav-con .nav-item:last-child :after {
    background: #ac2a2a;
  }
  header .nav .nav-con .isHome .nav-item {
    padding: 0 21px!important;
  }
  header .nav .nav-con .active a {
    font-weight: bold;
    border-bottom: 6px solid #fa9c2e;
  }
  header .s-nav {
    width: 1000px;
    height: auto;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .s-nav .s-nav-item {
    position: relative;
    cursor: pointer;
  }
  header .s-nav .s-nav-item a {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
    text-align: center;
    padding: 3px 16px;
  }
  header .s-nav .s-nav-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    top: 4px;
    right: 0;
    background: #ccc;
  }
  header .s-nav .s-nav-item:hover a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .s-nav .s-nav-item:last-child:after {
    background: #fff;
  }
  header .s-nav .active a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .nav-menu-btn {
    display: none;
  }
  header .nav-menu {
    display: none;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  header {
    margin-bottom: 40px;
  }
  header .top {
    width: 100%;
    height: 80px;
    margin: 0 auto;
    position: relative;
  }
  header .top .head-img {
    height: 80px;
    display: table-cell;
    vertical-align: middle;
  }
  header .top .head-img img {
    height: 50px;
  }
  header .top .head-img img + img {
    height: 24px;
    margin-left: 30px;
  }
  header .top .head-text {
    height: 80px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .top .head-text * {
    font-size: 18px;
    color: #222;
  }
  header .top .head-text .contact {
    margin-right: 45px;
    position: relative;
  }
  header .top .head-text .contact .contact-text {
    height: 100%;
  }
  header .top .head-text .contact .contact-text svg {
    font-size: 28px;
  }
  header .top .head-text .contact .contact-box {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    width: 260px;
    height: 160px;
    bottom: -155px;
    background: #fff;
    left: 50%;
    margin-left: -130px;
    border-radius: 5px;
    box-shadow: 0 0 6px #d0d0d0;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 18px 20px;
    transition: all 0.3s;
  }
  header .top .head-text .contact .contact-box div {
    font-size: 14px;
    color: #333;
    line-height: 1;
    text-align: center;
  }
  header .top .head-text .contact .contact-box div img {
    height: 100px;
    margin-bottom: 10px;
  }
  header .top .head-text .contact .contact-box:after {
    content: '';
    position: absolute;
    display: inline-block;
    top: -6px;
    left: 50%;
    margin-left: -5px;
    width: 0;
    height: 0;
    border: 6px solid #fff;
    transform: rotate(-45deg);
    box-shadow: 3px -3px 6px #e9e9e9;
  }
  header .top .head-text .contact:hover .contact-box {
    opacity: 1;
  }
  header .top .head-text .login {
    font-size: 0;
  }
  header .top .head-text .login a {
    padding: 0 10px;
  }
  header .top .head-text .login a + a {
    border-left: 1px solid #3e67ba;
  }
  header .top .head-text .login_true {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  header .top .head-text .login_true .lo_info {
    align-self: center;
    padding: 0 10px;
    height: 30px;
    background: #222;
    line-height: 30px;
    position: relative;
    font-size: 16px;
    color: #fff;
    border-radius: 5px;
  }
  header .top .head-text .login_true .lo_info > a {
    font-size: 18px;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    line-height: 30px;
  }
  header .top .head-text .login_true .lo_info .info_num {
    position: absolute;
    width: 18px;
    height: 18px;
    line-height: 18px;
    right: -10px;
    top: -10px;
    background: #e84310;
    border-radius: 50%;
    color: #fff;
    text-align: center;
  }
  header .top .head-text .login_true .lo_info .info_num a {
    color: inherit;
    font-size: 12px;
  }
  header .top .head-text .login_true .login_out {
    align-self: center;
    margin-left: 20px;
    color: #333;
    font-size: 14px;
    line-height: 30px;
    height: 30px;
  }
  header .nav {
    width: 100%;
    height: 60px;
    background: #ac2a2a;
    overflow: scroll;
  }
  header .nav .nav-con {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 15px;
  }
  header .nav .nav-con .nav-box {
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 0;
  }
  header .nav .nav-con .nav-item {
    max-width: 200px;
    min-width: 90px;
    display: inline-block;
    width: auto;
    padding: 0 21px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    position: relative;
  }
  header .nav .nav-con .nav-item a {
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 auto;
    padding: 3px 4px 16px 4px;
  }
  header .nav .nav-con .nav-item :after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 20px;
    top: 4px;
    right: 0;
    background: #fff;
  }
  header .nav .nav-con .nav-item:hover a {
    font-weight: bold;
    border-bottom: 6px solid #fa9c2e;
  }
  header .nav .nav-con .nav-item:last-child :after {
    background: #ac2a2a;
  }
  header .nav .nav-con .isHome .nav-item {
    padding: 0 21px!important;
  }
  header .nav .nav-con .active a {
    font-weight: bold;
    border-bottom: 6px solid #fa9c2e;
  }
  header .s-nav {
    width: 100%;
    height: auto;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .s-nav .s-nav-item {
    position: relative;
    cursor: pointer;
  }
  header .s-nav .s-nav-item a {
    cursor: pointer;
    font-size: 16px;
    line-height: 1;
    display: block;
    color: #333;
    text-align: center;
    padding: 3px 16px;
  }
  header .s-nav .s-nav-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    top: 4px;
    right: 0;
    background: #ccc;
  }
  header .s-nav .s-nav-item:hover a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .s-nav .s-nav-item:last-child:after {
    background: #fff;
  }
  header .s-nav .active a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .nav-menu-btn {
    display: none;
  }
  header .nav-menu {
    display: none;
  }
}
@media screen and (max-width: 900px) {
  header {
    width: 100vw;
  }
  header .top {
    width: 100%;
    height: 15vw;
    margin: 0 auto;
    background: #fff;
  }
  header .top .head-img {
    height: 15vw;
    display: table-cell;
    vertical-align: middle;
  }
  header .top .head-img img {
    height: 7.2vw;
    margin-left: 7vw;
  }
  header .top .head-img img + img {
    height: 5vw;
  }
  header .top .head-text {
    display: none!important;
  }
  header .nav {
    width: 100%;
    height: 12vw;
    background: #ac2a2a;
    position: relative;
  }
  header .nav .nav-con {
    width: 89%;
    height: 100%;
    line-height: 1;
    overflow-x: scroll;
    overflow-y: hidden;
    padding-top: 3.3vw;
  }
  header .nav .nav-con .nav-box {
    width: 195vw;
    color: #fff;
    font-size: 0;
  }
  header .nav .nav-con .nav-item {
    display: inline-block;
    width: auto;
    padding: 0 3vw!important;
    text-align: center;
    color: #fff;
    font-size: 4.2vw;
    position: relative;
  }
  header .nav .nav-con .nav-item a {
    line-height: 1;
    display: inline-block;
    color: #fff;
    font-size: 4.2vw;
    margin: 0 auto;
  }
  header .nav .nav-menu-btn {
    position: absolute;
    top: 3.3vw;
    right: 3vw;
  }
  header .nav .nav-menu-btn svg {
    font-size: 5vw;
    color: #fff;
  }
  header .s-nav {
    display: none!important;
    width: 100%;
    height: auto;
    margin: 4vw auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  header .s-nav .s-nav-item {
    position: relative;
    cursor: pointer;
  }
  header .s-nav .s-nav-item a {
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
    display: block;
    color: #333;
    text-align: center;
    padding: 3px 27px;
  }
  header .s-nav .s-nav-item:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 18px;
    top: 4px;
    right: 0;
    background: #ccc;
  }
  header .s-nav .s-nav-item:hover a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .s-nav .s-nav-item:last-child:after {
    background: #fff;
  }
  header .s-nav .active a {
    font-weight: bold;
    color: #ac2a2a;
  }
  header .nav-menu {
    display: block;
    transform: translateY(-120vh);
    transition: all 0.3s;
    width: 100vw;
    height: 100vh;
    background: #f6f6f6;
    position: fixed;
    left: 0;
    top: 0;
    padding: 15vw 5vw;
    z-index: 11111;
  }
  header .nav-menu .top {
    position: absolute;
    top: 0;
    left: 0;
  }
  header .nav-menu .nav-menu-con .nav-title {
    margin-top: 3vw;
    font-size: 4.2vw;
    font-weight: bold;
  }
  header .nav-menu .nav-menu-con .nav-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10vw;
  }
  header .nav-menu .nav-menu-con .nav-box .nav-item {
    margin-top: 5vw;
    width: 25vw;
    padding: 1vw 0;
    background: #fff;
    box-shadow: 1px 1px 8px 0 #dbe1f5, -1px -1px 8px 0 #ffffff;
    text-align: center;
    margin-right: 7.5vw;
  }
  header .nav-menu .nav-menu-con .nav-box .nav-item a {
    font-weight: 200;
    font-size: 4vw;
  }
  header .nav-menu .nav-menu-con .nav-box .nav-item:nth-child(3n) {
    margin-right: 0;
  }
  header .nav-menu .nav-menu-close {
    position: absolute;
    top: 18.5vw;
    right: 3vw;
  }
  header .nav-menu .nav-menu-close svg {
    font-size: 4vw;
    color: #333;
  }
  header .nav-menu-btn {
    display: block;
  }
  header .nav-menu-active {
    transform: translateY(0);
  }
}
.grayscale {
  filter: grayscale(1);
}
@media screen and (min-width: 900px) {
  .topBanner {
    display: none;
    width: 100%;
    height: auto;
    color: #3d3d3d;
    font-size: 20px;
    position: relative;
    z-index: 1111;
  }
  .topBanner > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
  }
  .topBanner #topImg {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    z-index: 1111;
    width: 100%;
  }
  .topBanner #topImg img {
    width: 100%;
  }
  .showTop {
    display: block;
  }
  .container {
    width: 1200px;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
    height: 280px;
    margin: 0 auto 40px;
  }
  .banner .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    border-radius: 3px;
    transition: all 0.3s;
    box-shadow: 0 0 10px #175faf;
  }
  .banner .swiper-pagination-bullet-active {
    width: 50px;
    background: #fdd000;
    opacity: 1;
  }
  .tab-box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tab-box .tab-item {
    width: 180px;
    height: 80px;
    background: #f1f4f8;
    transition: all 0.3s;
    overflow: hidden;
    padding-top: 10px;
  }
  .tab-box .tab-item > a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1e64b2;
  }
  .tab-box .tab-item > a:hover {
    text-decoration: underline!important;
  }
  .tab-box .tab-item > div {
    display: flex;
    justify-content: center;
    margin: 5px;
  }
  .tab-box .tab-item > div a {
    display: block;
    width: 45%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #bfd8fe;
    border-radius: 30px;
    color: #1e64b2;
    transition: all 0.3s;
  }
  .tab-box .tab-item > div a:hover {
    background: #3363ac;
    color: #fff;
  }
  .tab-box .tab-item > div a + a {
    margin-left: 5%;
  }
  .tab-box .tab-item span {
    color: #1e64b2;
    font-size: 18px;
    margin-left: 0.4em;
  }
  .tab-box .tab-item svg {
    line-height: 1;
    color: #d1dae7;
    font-size: 60px;
    margin-left: -15px;
    vertical-align: middle;
  }
  .tab-box .tab-item:hover {
    border-radius: 5px;
    box-shadow: 0 0 8px #aaa;
    transform: scale(1.1);
  }
  .tab-box .tab-item.zgx span {
    margin-left: 0;
  }
  .con-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .con-box-1 {
    width: 840px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  .con-top .con-box-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 312px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
  }
  .con-top .con-box-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 290px;
    top: 11px;
    left: 0;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
  }
  .con-top .con-box-1 .con-box-1-news {
    width: 345px;
    height: auto;
    padding: 0 17px;
    line-height: 1;
    position: relative;
    z-index: 5;
  }
  .con-top .con-box-1 .con-box-1-news .news-item {
    border-bottom: 1px solid #dde5ed;
    padding: 24px 0;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .tag {
    float: left;
    background: #175faf;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    padding: 4px 5px 4px;
    border-radius: 3px;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .gtag {
    background: #fa9c2e;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a:hover {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title:hover span {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin * {
    font-size: 14px;
    color: #666;
  }
  .con-top .con-box-1 .con-box-1-news .news-item:last-child {
    border-bottom: 0;
  }
  .con-top .con-box-1 .con-box-1-img {
    width: 495px;
  }
  .con-top .con-box-1 .con-box-1-img img {
    height: 312px;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination span {
    color: #fff;
    font-weight: bold;
  }
  .con-top .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .con-top .rt-title * {
    font-size: 20px;
  }
  .con-top .rt-con-1 {
    width: 320px;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 20px 20px;
  }
  .con-top .rt-con-1 .search-box {
    margin-top: 22px;
  }
  .con-top .rt-con-1 .search-box .search-item {
    height: 28px;
    margin: 16px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .rt-con-1 .search-box .search-item > span {
    font-size: 14px;
    align-self: center;
  }
  .con-top .rt-con-1 .search-box .search-item .btn-group {
    height: 28px;
  }
  .con-top .rt-con-1 .search-box .search-item select,
  .con-top .rt-con-1 .search-box .search-item input {
    width: 200px;
    height: 28px;
    border: 1px solid #dde5ed;
    padding-left: 1em;
    border-radius: 4px;
  }
  .con-top .rt-con-1 .search-box .search-item select {
    padding-left: 0.7em;
    color: #666;
  }
  .con-top .rt-con-1 .search-box .search-item .dropdown-menu {
    max-height: 120px !important;
    padding-bottom: 10px;
  }
  .con-top .rt-con-1 .search-btn {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    background: #175faf;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .con-bot .con-box-2 {
    margin: 30px auto;
    font-size: 0;
  }
  .con-bot .con-box-2 .con-box-2-item {
    width: 375px;
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 37px;
  }
  .con-bot .con-box-2 .con-box-2-item > img {
    transition: all 0.6s;
  }
  .con-bot .con-box-2 .con-box-2-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
  }
  .con-bot .con-box-2 .con-box-2-item .mask:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 140px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    background: linear-gradient(to right, #0f73de, #0267ff);
  }
  .con-bot .con-box-2 .con-box-2-item .mask .logo {
    position: absolute;
    top: 8px;
    left: 40px;
    width: 85px;
    z-index: 11;
    cursor: pointer;
    border-radius: 50%;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text {
    position: absolute;
    top: 15px;
    left: 152px;
    z-index: 11;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text div {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s;
    text-shadow: 1px 1px 1px #666;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text .school {
    transition: all 0.3s;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  .con-bot .con-box-2 .con-box-2-item:hover > img {
    opacity: 1;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask:after {
    margin-left: 0;
    width: 500px;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask .text div {
    color: #fff;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(2n) .mask:after {
    background: #ffa10d;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(3n) {
    margin-right: 0;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(3n) .mask:after {
    background: #32736f;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(4n) {
    margin-top: 35px;
  }
  .con-bot .con-box-3 {
    margin-bottom: 45px;
  }
  .con-bot .con-box-3 img {
    width: 100%;
  }
  .content {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-lf {
    width: 840px;
  }
  .content .con-lf .con-box-4 .con-box-4-head {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #8bafd7;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:hover:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active {
    color: #1060b1;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-body {
    height: 810px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item:hover {
    background: #fbfbfb;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item > img {
    align-self: center;
    width: 80px;
    margin-right: 20px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info {
    margin-top: 35px;
    overflow: hidden;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info svg {
    vertical-align: -0.15em;
    color: #8bafd7;
    margin-right: 5px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info * {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .school {
    width: 400px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .text {
    font-size: 15px;
    color: #666;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .text a {
    color: inherit;
    font-size: inherit;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .btn {
    display: block;
    height: 30px;
    background: #175faf;
    position: absolute;
    top: 27px;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding-top: 7px;
    line-height: 1;
  }
  .content .con-lf .con-box-5 {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-lf .con-box-5 * {
    cursor: pointer;
  }
  .content .con-lf .con-box-5 .con-box-5-item {
    width: 265px;
    height: 80px;
    border-left: 3px solid #175faf;
    box-shadow: 0 0 6px #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .logo {
    width: 60px;
    align-self: center;
    margin: 0 10px;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info {
    align-self: center;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .title {
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .text {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover {
    box-shadow: 0 0 6px #666;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover .title {
    color: #175faf;
  }
  .content .con-lf .con-box-6 {
    margin-bottom: 60px;
  }
  .content .con-lf .con-box-6 img {
    width: 100%;
    border-radius: 4px;
  }
  .content .con-rt {
    width: 320px;
  }
  .content .con-rt .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .content .con-rt .rt-title * {
    font-size: 20px;
  }
  .content .con-rt .rt-con-2 {
    margin: 40px auto;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-title {
    margin-left: 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box {
    overflow: hidden;
    padding: 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .swiper-container {
    overflow: visible;
    height: 275px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .swiper-container .swiper-slide {
    background: #fff;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px auto 30px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info {
    margin-left: 10px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info div {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info a {
    display: block;
    width: 100px;
    height: 28px;
    color: #175faf;
    border: 1px solid #175faf;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top img {
    width: 60px;
    height: 60px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot {
    height: 155px;
    position: relative;
    padding-left: 12px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 87%;
    background: #175faf;
    top: 12px;
    left: 0;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title {
    position: relative;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title > div {
    line-height: 2.2;
    font-size: 14px;
    font-weight: bold;
    color: #175faf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow-y: hidden;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 11px;
    left: -15px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title span {
    color: #333;
    font-size: 14px;
  }
  .content .con-rt .include {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin: 30px auto 40px;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-3 .successful-box > div {
    padding: 3px;
    height: 80%;
    overflow: visible;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head {
    height: 100%;
    font-size: 14px;
    line-height: 46px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head span {
    transition: all 0.3s;
    color: #175faf;
    font-size: 14px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: height 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .body-wrap {
    width: 150%;
    height: 100%;
    transition: all 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf {
    float: left;
    width: 160px;
    height: 120px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 35px;
    background: url(../images/rt-con-3-successful-blue.png) no-repeat center left;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf > div {
    color: #fff;
    text-align: center;
    line-height: 1.6;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .p-name {
    font-size: 14px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .s-name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt {
    float: left;
    width: auto;
    padding-top: 20px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt > div {
    font-size: 14px;
    line-height: 2;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 50%;
    transform: translate(-50%);
    left: -20px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev:before {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev .head {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active {
    height: 120px !important;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #aaa;
    background: url(../images/rt-con-3-successful-bg.jpg) no-repeat center right;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active .head {
    opacity: 0;
    height: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active:hover .body-wrap {
    margin-left: -36%;
  }
  .content .con-rt .rt-con-3 .successful-box .ani-slide .body {
    height: 100%;
  }
  .content .con-rt .rt-con-4 {
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed-more {
    position: absolute;
    top: 116px;
    right: 10px;
    color: #fff;
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed-more span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed {
    margin: 30px auto;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-4 .rc-speed > div {
    padding: 3px;
    height: 100%;
    overflow: visible;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 3px;
    left: -23px;
    z-index: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span {
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span + span {
    margin-left: 1em;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide .number {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
    color: #175faf;
  }
  .pspg {
    width: 100%;
    height: 460px;
    background: url(../images/pspg-bg.jpg) no-repeat top center;
  }
  .pspg .pspg-con {
    width: 1260px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pspg .pspg-con .lf {
    width: 890px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    overflow: hidden;
  }
  .pspg .pspg-con .lf .pspg-head {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #8bafd7;
  }
  .pspg .pspg-con .lf .pspg-head .head-item {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:hover:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-head .active {
    color: #1060b1;
  }
  .pspg .pspg-con .lf .pspg-head .active:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-box {
    width: 840px;
    padding-top: 40px;
    overflow: visible;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item {
    width: 190px;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #bbb;
    text-align: center;
    padding: 25px 15px;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item:hover {
    transform: scale(1.1);
    background: #f1f4f8;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item img {
    width: 92px;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item div {
    font-size: 16px;
    color: #175faf;
    line-height: 3;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .pspg .pspg-con .rt {
    width: 338px;
    height: 100%;
    margin-right: 30px;
    background: url(../images/pspg-rt-bg.png) no-repeat top center;
    padding-left: 18px;
    padding-top: 160px;
  }
  .pspg .pspg-con .rt .rt-box {
    width: 210px;
    height: 200px;
    margin: 0 auto;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle {
    width: 24px;
    height: 40px;
    background: #175faf;
    position: relative;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg path {
    color: #fff;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(-60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text p {
    font-size: 14px;
    margin: 0;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle + .text {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text + .sixangle {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .banner-1200 {
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
  }
  .banner-1200 img {
    width: 100%;
  }
  .trs-con {
    width: 1200px;
    margin: 0 auto 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .trs-con .trs-lf {
    width: 840px;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
  }
  .trs-con .trs-lf .trs-head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #8bafd7;
  }
  .trs-con .trs-lf .trs-head .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .trs-con .trs-lf .trs-head .head-item {
    width: auto !important;
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .trs-con .trs-lf .trs-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .trs-con .trs-lf .trs-head .head-item:hover:before {
    width: 100%;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active,
  .trs-con .trs-lf .trs-head .active {
    color: #1060b1;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active:before,
  .trs-con .trs-lf .trs-head .active:before {
    width: 100%;
  }
  .trs-con .trs-lf .trs-box {
    overflow: visible;
  }
  .trs-con .trs-lf .trs-box .list-item {
    width: 100%;
    height: 150px;
    padding: 25px 0;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
    background: #fff;
  }
  .trs-con .trs-lf .trs-box .list-item > img {
    align-self: center;
    width: 180px;
    height: 100px;
    margin-right: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text {
    width: 640px;
    height: 100px;
    padding: 10px 0;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title a {
    font-size: 20px;
    color: #333;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title:hover {
    color: #175faf;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title:hover a {
    color: #175faf;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-info span {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    font-family: sans-serif;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share a {
    float: left;
    display: flex;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #bbb;
    margin-left: 10px;
    transition: all 0.3s;
    border-collapse: separate;
    border-spacing: 10px 5px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share a > img {
    align-self: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-sina img {
    width: 25px;
    height: 25px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-sina:hover {
    background: #cc2020;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-qq:hover {
    background: #1374c7;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin {
    position: relative;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin:hover {
    background: #0f9850;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin:hover .wechat-qrcode {
    display: block;
    opacity: 1;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode {
    display: none;
    opacity: 0;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -200px;
    left: -95px;
    width: 142px;
    height: 190px;
    color: #666;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px #aaa;
    transition: all 0.4s;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode h4 {
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode .QRcode {
    width: 110px;
    margin: 7px auto;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode .QRcode:after {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #666;
  }
  .trs-con .trs-lf .trs-box .list-item:hover {
    background: #fbfbfb;
  }
  .trs-con .trs-lf .trs-box .trs-more {
    display: block;
    width: 115px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
  }
  .trs-con .trs-lf .trs-box .trs-more:hover {
    color: #175faf;
  }
  .trs-con .trs-rt {
    padding-top: 60px;
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 3px 10px #bbb;
    margin-bottom: 40px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-img img {
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    background: #fff;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .tag {
    width: 72px;
    height: 16px;
    font-size: 16px;
    color: #175faf;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
    align-self: center;
    border-left: 8px solid #175faf;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title {
    width: 260px;
    font-size: 16px;
    line-height: 1.5;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title a {
    font-size: inherit;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item:last-child img {
    height: 300px;
  }
}
@media (min-width: 900px) and (max-width: 1200px) {
  .topBanner {
    display: none;
    width: 100%;
    height: auto;
    color: #3d3d3d;
    font-size: 20px;
    position: relative;
    z-index: 1111;
  }
  .topBanner > div {
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 0;
  }
  .topBanner #topImg {
    display: none;
    position: absolute;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    z-index: 1111;
    width: 100%;
  }
  .topBanner #topImg img {
    width: 100%;
  }
  .showTop {
    display: block;
  }
  .container {
    width: 100%;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
    height: auto;
    margin: 0 auto 40px;
  }
  .banner .swiper-container .swiper-slide img {
    width: 100% !important;
  }
  .banner .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    border-radius: 3px;
    transition: all 0.3s;
    box-shadow: 0 0 10px #175faf;
  }
  .banner .swiper-pagination-bullet-active {
    width: 50px;
    background: #fdd000;
    opacity: 1;
  }
  .tab-box {
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .tab-box .tab-item {
    width: auto;
    height: 80px;
    background: #f1f4f8;
    transition: all 0.3s;
    overflow: hidden;
    padding: 10px 10px 0 0;
  }
  .tab-box .tab-item > a {
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1e64b2;
  }
  .tab-box .tab-item > a:hover {
    text-decoration: underline!important;
  }
  .tab-box .tab-item > div {
    display: flex;
    justify-content: center;
    margin: 5px;
  }
  .tab-box .tab-item > div a {
    display: block;
    width: 45%;
    height: 28px;
    line-height: 28px;
    font-size: 14px;
    text-align: center;
    background: #bfd8fe;
    border-radius: 30px;
    color: #1e64b2;
    transition: all 0.3s;
  }
  .tab-box .tab-item > div a:hover {
    background: #3363ac;
    color: #fff;
  }
  .tab-box .tab-item > div a + a {
    margin-left: 5%;
  }
  .tab-box .tab-item span {
    color: #1e64b2;
    font-size: 16px;
    margin-left: 0.4em;
  }
  .tab-box .tab-item svg {
    line-height: 1;
    color: #d1dae7;
    font-size: 60px;
    margin-left: -15px;
    vertical-align: middle;
  }
  .tab-box .tab-item:hover {
    border-radius: 5px;
    box-shadow: 0 0 8px #aaa;
    transform: scale(1.1);
  }
  .tab-box .tab-item.zgx span {
    margin-left: 0;
  }
  .con-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .con-box-1 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
  }
  .con-top .con-box-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 312px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
  }
  .con-top .con-box-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 290px;
    top: 11px;
    left: 0;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
  }
  .con-top .con-box-1 .con-box-1-news {
    width: 345px;
    height: auto;
    padding: 0 17px;
    line-height: 1;
    position: relative;
    z-index: 5;
  }
  .con-top .con-box-1 .con-box-1-news .news-item {
    border-bottom: 1px solid #dde5ed;
    padding: 24px 0;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .tag {
    float: left;
    background: #175faf;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    padding: 4px 5px 4px;
    border-radius: 3px;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .gtag {
    background: #fa9c2e;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a:hover {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title:hover span {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin * {
    font-size: 14px;
    color: #666;
  }
  .con-top .con-box-1 .con-box-1-news .news-item:last-child {
    border-bottom: 0;
  }
  .con-top .con-box-1 .con-box-1-img {
    width: 495px;
  }
  .con-top .con-box-1 .con-box-1-img img {
    height: 312px;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination span {
    color: #fff;
    font-weight: bold;
  }
  .con-top .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .con-top .rt-title * {
    font-size: 20px;
  }
  .con-top .rt-con-1 {
    display: none;
    width: 320px;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 20px 20px;
  }
  .con-top .rt-con-1 .search-box {
    margin-top: 22px;
  }
  .con-top .rt-con-1 .search-box .search-item {
    height: 28px;
    margin: 16px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .rt-con-1 .search-box .search-item > span {
    font-size: 14px;
    align-self: center;
  }
  .con-top .rt-con-1 .search-box .search-item .btn-group {
    height: 28px;
  }
  .con-top .rt-con-1 .search-box .search-item select,
  .con-top .rt-con-1 .search-box .search-item input {
    width: 200px;
    height: 28px;
    border: 1px solid #dde5ed;
    padding-left: 1em;
    border-radius: 4px;
  }
  .con-top .rt-con-1 .search-box .search-item select {
    padding-left: 0.7em;
    color: #666;
  }
  .con-top .rt-con-1 .search-box .search-item .dropdown-menu {
    max-height: 120px !important;
    padding-bottom: 10px;
  }
  .con-top .rt-con-1 .search-btn {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    background: #175faf;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .con-bot .con-box-2 {
    margin: 30px auto;
    font-size: 0;
  }
  .con-bot .con-box-2 .con-box-2-item {
    width: 31.3%;
    height: 100px;
    position: relative;
    display: inline-block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin-right: 1%;
    margin-left: 1%;
  }
  .con-bot .con-box-2 .con-box-2-item > img {
    transition: all 0.6s;
  }
  .con-bot .con-box-2 .con-box-2-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
  }
  .con-bot .con-box-2 .con-box-2-item .mask:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 105px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    background: linear-gradient(to right, #0f73de, #0267ff);
  }
  .con-bot .con-box-2 .con-box-2-item .mask .logo {
    position: absolute;
    top: 8px;
    left: 15px;
    width: 85px;
    z-index: 11;
    cursor: pointer;
    border-radius: 50%;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text {
    position: absolute;
    top: 5px;
    left: 120px;
    z-index: 11;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text div {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s;
    text-shadow: 1px 1px 1px #666;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text .school {
    transition: all 0.3s;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  .con-bot .con-box-2 .con-box-2-item:hover > img {
    opacity: 1;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask:after {
    margin-left: 0;
    width: 500px;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask .text div {
    color: #fff;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(2n) .mask:after {
    background: #ffa10d;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(3n) {
    margin-right: 0;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(3n) .mask:after {
    background: #32736f;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(4n) {
    margin-top: 35px;
  }
  .con-bot .con-box-3 {
    margin-bottom: 45px;
  }
  .con-bot .con-box-3 img {
    width: 100%;
  }
  .content {
    width: 100%;
    padding: 0 10px;
    display: flex;
    justify-content: space-between;
  }
  .content .con-lf {
    width: 65%;
  }
  .content .con-lf .con-box-4 .con-box-4-head {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #8bafd7;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:hover:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active {
    color: #1060b1;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-body {
    height: 810px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item {
    width: 100%;
    height: 140px;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item:hover {
    background: #fbfbfb;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item > img {
    align-self: center;
    width: 80px;
    margin-right: 20px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info {
    margin-top: 35px;
    overflow: hidden;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info svg {
    vertical-align: -0.15em;
    color: #8bafd7;
    margin-right: 5px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info * {
    display: inline-block;
    font-size: 18px;
    line-height: 1;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .school {
    width: 400px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .text {
    font-size: 15px;
    color: #666;
    margin-top: 30px;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 18px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .text a {
    color: inherit;
    font-size: inherit;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .btn {
    display: block;
    height: 30px;
    background: #175faf;
    position: absolute;
    top: 27px;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding-top: 7px;
    line-height: 1;
  }
  .content .con-lf .con-box-5 {
    margin: 50px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-lf .con-box-5 * {
    cursor: pointer;
  }
  .content .con-lf .con-box-5 .con-box-5-item {
    width: 265px;
    height: 80px;
    border-left: 3px solid #175faf;
    box-shadow: 0 0 6px #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .logo {
    width: 60px;
    align-self: center;
    margin: 0 10px;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info {
    align-self: center;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .title {
    font-size: 16px;
    color: #333;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .text {
    font-size: 14px;
    color: #666;
    margin-top: 5px;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover {
    box-shadow: 0 0 6px #666;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover .title {
    color: #175faf;
  }
  .content .con-lf .con-box-6 {
    margin-bottom: 60px;
  }
  .content .con-lf .con-box-6 img {
    width: 100%;
    border-radius: 4px;
  }
  .content .con-rt {
    width: 33%;
  }
  .content .con-rt .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .content .con-rt .rt-title * {
    font-size: 20px;
  }
  .content .con-rt .rt-con-2 {
    margin: 40px auto;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-title {
    margin-left: 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box {
    overflow: hidden;
    padding: 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .swiper-container {
    overflow: visible;
    height: 275px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .swiper-container .swiper-slide {
    background: #fff;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px auto 30px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info {
    margin-left: 10px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info div {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info a {
    display: block;
    width: 100px;
    height: 28px;
    color: #175faf;
    border: 1px solid #175faf;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top img {
    width: 60px;
    height: 60px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot {
    height: 155px;
    position: relative;
    padding-left: 12px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 87%;
    background: #175faf;
    top: 12px;
    left: 0;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title {
    position: relative;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title > div {
    line-height: 2.2;
    font-size: 14px;
    font-weight: bold;
    color: #175faf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow-y: hidden;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 11px;
    left: -15px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title span {
    color: #333;
    font-size: 14px;
  }
  .content .con-rt .include {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin: 30px auto 40px;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-3 .successful-box > div {
    padding: 3px;
    height: 80%;
    overflow: visible;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head {
    height: 100%;
    font-size: 14px;
    line-height: 46px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head span {
    transition: all 0.3s;
    color: #175faf;
    font-size: 14px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: height 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .body-wrap {
    width: 150%;
    height: 100%;
    transition: all 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf {
    float: left;
    width: 160px;
    height: 120px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 35px;
    background: url(../images/rt-con-3-successful-blue.png) no-repeat center left;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf > div {
    color: #fff;
    text-align: center;
    line-height: 1.6;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .p-name {
    font-size: 14px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .s-name {
    margin-top: 5px;
    font-size: 16px;
    font-weight: bold;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt {
    float: left;
    width: auto;
    padding-top: 20px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt > div {
    font-size: 14px;
    line-height: 2;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 50%;
    transform: translate(-50%);
    left: -20px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev:before {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev .head {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active {
    height: 120px !important;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #aaa;
    background: url(../images/rt-con-3-successful-bg.jpg) no-repeat center right;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active .head {
    opacity: 0;
    height: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active:hover .body-wrap {
    margin-left: -36%;
  }
  .content .con-rt .rt-con-3 .successful-box .ani-slide .body {
    height: 100%;
  }
  .content .con-rt .rt-con-4 {
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed-more {
    position: absolute;
    top: 116px;
    right: 10px;
    color: #fff;
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed-more span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed {
    margin: 30px auto;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-4 .rc-speed > div {
    padding: 3px;
    height: 100%;
    overflow: visible;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 3px;
    left: -23px;
    z-index: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span {
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span + span {
    margin-left: 1em;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide .number {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
    color: #175faf;
  }
  .pspg {
    width: 100%;
    height: 460px;
    background: url(../images/pspg-bg.jpg) no-repeat top center;
  }
  .pspg .pspg-con {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pspg .pspg-con .lf {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    overflow: hidden;
  }
  .pspg .pspg-con .lf .pspg-head {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #8bafd7;
  }
  .pspg .pspg-con .lf .pspg-head .head-item {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:hover:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-head .active {
    color: #1060b1;
  }
  .pspg .pspg-con .lf .pspg-head .active:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-box {
    width: 840px;
    padding-top: 40px;
    overflow: visible;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item {
    width: 190px;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #bbb;
    text-align: center;
    padding: 25px 15px;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item:hover {
    transform: scale(1.1);
    background: #f1f4f8;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item img {
    width: 92px;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item div {
    font-size: 16px;
    color: #175faf;
    line-height: 3;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .pspg .pspg-con .rt {
    width: 338px;
    height: 100%;
    margin-right: 30px;
    background: url(../images/pspg-rt-bg.png) no-repeat top center;
    padding-left: 18px;
    padding-top: 160px;
  }
  .pspg .pspg-con .rt .rt-box {
    width: 210px;
    height: 200px;
    margin: 0 auto;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle {
    width: 24px;
    height: 40px;
    background: #175faf;
    position: relative;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg path {
    color: #fff;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(-60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text p {
    font-size: 14px;
    margin: 0;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle + .text {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text + .sixangle {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .banner-1200 {
    width: 1200px;
    height: auto;
    margin: 60px auto 0;
  }
  .banner-1200 img {
    width: 100%;
  }
  .trs-con {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto ;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .trs-con .trs-lf {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-top: 60px;
  }
  .trs-con .trs-lf .trs-head {
    width: 100%;
    height: 40px;
    border-bottom: 1px solid #8bafd7;
  }
  .trs-con .trs-lf .trs-head .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .trs-con .trs-lf .trs-head .head-item {
    width: auto !important;
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .trs-con .trs-lf .trs-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .trs-con .trs-lf .trs-head .head-item:hover:before {
    width: 100%;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active,
  .trs-con .trs-lf .trs-head .active {
    color: #1060b1;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active:before,
  .trs-con .trs-lf .trs-head .active:before {
    width: 100%;
  }
  .trs-con .trs-lf .trs-box {
    overflow: visible;
  }
  .trs-con .trs-lf .trs-box .list-item {
    width: 100%;
    height: 150px;
    padding: 25px 0;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
    transition: all 0.3s;
    background: #fff;
  }
  .trs-con .trs-lf .trs-box .list-item > img {
    align-self: center;
    width: 180px;
    height: 100px;
    margin-right: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text {
    width: 640px;
    height: 100px;
    padding: 10px 0;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title {
    font-size: 20px;
    color: #333;
    margin-bottom: 30px;
    cursor: pointer;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title a {
    font-size: 20px;
    color: #333;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title:hover {
    color: #175faf;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title:hover a {
    color: #175faf;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-info span {
    margin-right: 10px;
    font-size: 16px;
    color: #666;
    font-family: sans-serif;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share {
    position: absolute;
    right: 20px;
    bottom: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share a {
    float: left;
    display: flex;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    background: #bbb;
    margin-left: 10px;
    transition: all 0.3s;
    border-collapse: separate;
    border-spacing: 10px 5px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share a > img {
    align-self: center;
    margin: 0 auto;
    width: 20px;
    height: 20px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-sina img {
    width: 25px;
    height: 25px;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-sina:hover {
    background: #cc2020;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-qq:hover {
    background: #1374c7;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin {
    position: relative;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin:hover {
    background: #0f9850;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .icon-weixin:hover .wechat-qrcode {
    display: block;
    opacity: 1;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode {
    display: none;
    opacity: 0;
    border: 1px solid #eee;
    position: absolute;
    z-index: 9;
    top: -200px;
    left: -95px;
    width: 142px;
    height: 190px;
    color: #666;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 0 4px #aaa;
    transition: all 0.4s;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode h4 {
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    background: #f3f3f3;
    margin: 0;
    padding: 0;
    color: #333;
    text-align: center;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode .QRcode {
    width: 110px;
    margin: 7px auto;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode .QRcode:after {
    position: absolute;
    left: 50%;
    margin-left: -6px;
    bottom: -13px;
    width: 0;
    height: 0;
    border-width: 8px 6px 6px 6px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share .wechat-qrcode p {
    font-weight: normal;
    line-height: 16px;
    padding: 0;
    margin: 0;
    text-align: center;
    color: #666;
  }
  .trs-con .trs-lf .trs-box .list-item:hover {
    background: #fbfbfb;
  }
  .trs-con .trs-lf .trs-box .trs-more {
    display: block;
    width: 115px;
    margin: 60px auto 0;
    text-align: center;
    font-size: 16px;
    color: #666;
    cursor: pointer;
    transition: all 0.3s;
  }
  .trs-con .trs-lf .trs-box .trs-more:hover {
    color: #175faf;
  }
  .trs-con .trs-rt {
    display: none;
    padding-top: 60px;
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 3px 10px #bbb;
    margin-bottom: 40px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-img img {
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    background: #fff;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .tag {
    width: 72px;
    height: 16px;
    font-size: 16px;
    color: #175faf;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
    align-self: center;
    border-left: 8px solid #175faf;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title {
    width: 260px;
    font-size: 16px;
    line-height: 1.5;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title a {
    font-size: inherit;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item:last-child img {
    height: 300px;
  }
}
@media screen and (max-width: 900px) {
  body {
    zoom: 1;
  }
  .topBanner {
    display: none;
  }
  .container {
    width: 100vw;
    margin: 0 auto;
  }
  .banner {
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .banner .swiper-pagination-bullets {
    bottom: 1px !important;
  }
  .banner .swiper-pagination-bullet {
    width: 35px;
    height: 3px;
    display: inline-block;
    background: #fff;
    opacity: 0.8;
    border-radius: 3px;
    transition: all 0.3s;
    box-shadow: 0 0 10px #175faf;
  }
  .banner .swiper-pagination-bullet-active {
    width: 50px;
    background: #fdd000;
    opacity: 1;
  }
  .banner .swiper-slide {
    overflow: hidden;
  }
  .banner img {
    width: 100%;
    margin-left: 0%;
  }
  .tab-box {
    width: 100%;
    height: auto;
    margin: 3vw auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .tab-box .tab-item {
    width: 32vw;
    height: 14vw;
    background: #f1f4f8;
    transition: all 0.3s;
    overflow: hidden;
    padding-top: 2vw;
    align-items: center;
    margin: 1vw 0;
  }
  .tab-box .tab-item > a {
    flex-wrap: wrap;
    display: block;
    text-align: center;
    font-size: 3.5vw;
    color: #1e64b2;
  }
  .tab-box .tab-item > a:hover {
    text-decoration: underline!important;
  }
  .tab-box .tab-item > div {
    display: flex;
    justify-content: center;
    margin: 0.2vw;
  }
  .tab-box .tab-item > div a {
    display: block;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48%;
    height: 5vw;
    line-height: 1;
    font-size: 3vw;
    text-align: center;
    background: #bfd8fe;
    border-radius: 30px;
    color: #1e64b2;
    transition: all 0.3s;
  }
  .tab-box .tab-item > div a:hover {
    background: #3363ac;
    color: #fff;
  }
  .tab-box .tab-item > div a + a {
    margin-left: 5%;
  }
  .tab-box .tab-item span {
    color: #1e64b2;
    font-size: 3.5vw;
    margin-left: 1vw;
  }
  .tab-box .tab-item svg {
    line-height: 1;
    color: #d1dae7;
    font-size: 10vw;
    margin-left: -4vw;
    vertical-align: middle;
  }
  .tab-box .tab-item.zgx span {
    margin-left: 0;
  }
  .con-top .con-box-1 {
    width: 100%;
    position: relative;
  }
  .con-top .con-box-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 312px;
    left: 0;
    right: 0;
    z-index: 1;
    background: #fff;
  }
  .con-top .con-box-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 25%;
    height: 290px;
    top: 11px;
    left: 0;
    box-shadow: 3px 0 20px rgba(0, 0, 0, 0.4);
    -moz-border-radius: 10px / 100px;
    border-radius: 10px / 100px;
  }
  .con-top .con-box-1 .con-box-1-news {
    width: 100%;
    height: auto;
    padding: 0 17px;
    line-height: 1;
    position: relative;
    z-index: 5;
  }
  .con-top .con-box-1 .con-box-1-news .news-item {
    border-bottom: 1px solid #dde5ed;
    padding: 24px 0;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title {
    display: block;
    margin-bottom: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .tag {
    float: left;
    background: #175faf;
    color: #fff;
    line-height: 1;
    font-size: 12px;
    padding: 4px 5px 4px;
    border-radius: 3px;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title .gtag {
    background: #fa9c2e;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a {
    margin-left: 10px;
    font-size: 16px;
    transition: all 0.3s;
    cursor: pointer;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title > a:hover {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .title:hover span {
    color: #175faf;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .con-box-1 .con-box-1-news .news-item .origin * {
    font-size: 14px;
    color: #666;
  }
  .con-top .con-box-1 .con-box-1-news .news-item:last-child {
    border-bottom: 0;
  }
  .con-top .con-box-1 .con-box-1-img {
    width: 100%;
  }
  .con-top .con-box-1 .con-box-1-img img {
    width: 100%;
    height: auto;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination {
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 3px #000;
  }
  .con-top .con-box-1 .con-box-1-img .swiper-pagination span {
    color: #fff;
    font-weight: bold;
  }
  .con-top .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .con-top .rt-title * {
    font-size: 20px;
  }
  .con-top .rt-con-1 {
    display: none;
    width: 320px;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 20px 20px;
  }
  .con-top .rt-con-1 .search-box {
    margin-top: 22px;
  }
  .con-top .rt-con-1 .search-box .search-item {
    height: 28px;
    margin: 16px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .con-top .rt-con-1 .search-box .search-item > span {
    font-size: 14px;
    align-self: center;
  }
  .con-top .rt-con-1 .search-box .search-item .btn-group {
    height: 28px;
  }
  .con-top .rt-con-1 .search-box .search-item select,
  .con-top .rt-con-1 .search-box .search-item input {
    width: 200px;
    height: 28px;
    border: 1px solid #dde5ed;
    padding-left: 1em;
    border-radius: 4px;
  }
  .con-top .rt-con-1 .search-box .search-item select {
    padding-left: 0.7em;
    color: #666;
  }
  .con-top .rt-con-1 .search-box .search-item .dropdown-menu {
    max-height: 120px !important;
    padding-bottom: 10px;
  }
  .con-top .rt-con-1 .search-btn {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    background: #175faf;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .con-bot .con-box-2 {
    margin: 0 auto;
    font-size: 0;
    padding: 15px;
  }
  .con-bot .con-box-2 .con-box-2-item {
    width: 100%;
    height: 100px;
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    margin: 6px auto;
  }
  .con-bot .con-box-2 .con-box-2-item > img {
    transition: all 0.6s;
    width: 100%;
  }
  .con-bot .con-box-2 .con-box-2-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
  }
  .con-bot .con-box-2 .con-box-2-item .mask:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 140px;
    height: 100px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    background: linear-gradient(to right, #0f73de, #0267ff);
  }
  .con-bot .con-box-2 .con-box-2-item .mask .logo {
    position: absolute;
    top: 8px;
    left: 40px;
    width: 85px;
    z-index: 11;
    cursor: pointer;
    border-radius: 50%;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text {
    position: absolute;
    top: 15px;
    left: 152px;
    z-index: 11;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text div {
    color: #fff;
    font-size: 16px;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s;
    text-shadow: 1px 1px 1px #666;
  }
  .con-bot .con-box-2 .con-box-2-item .mask .text .school {
    transition: all 0.3s;
    cursor: pointer;
    font-size: 20px;
    font-weight: bold;
  }
  .con-bot .con-box-2 .con-box-2-item:hover > img {
    opacity: 1;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask:after {
    margin-left: 0;
    width: 500px;
  }
  .con-bot .con-box-2 .con-box-2-item:hover .mask .text div {
    color: #fff;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(2n) .mask:after {
    background: #ffa10d;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(3n) .mask:after {
    background: #32736f;
  }
  .con-bot .con-box-2 .con-box-2-item:nth-child(4n) {
    margin-top: 35px;
  }
  .con-bot .con-box-3 .swiper-slide a {
    width: 100%;
  }
  .con-bot .con-box-3 .swiper-slide a img {
    width: 100%;
  }
  .content {
    width: 100%;
    display: block;
  }
  .content .con-lf {
    width: 100%;
  }
  .content .con-lf .con-box-1 {
    position: relative;
  }
  .content .con-lf .con-box-1 .con-box-1-news {
    width: 100%;
    height: auto;
    padding: 0 4vw;
    line-height: 1;
    position: relative;
    z-index: 5;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item {
    border-bottom: 1px solid #dde5ed;
    padding: 4vw 0;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item .title {
    display: block;
    margin-bottom: 4vw;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item .title .tag {
    float: left;
    background: #175faf;
    color: #fff;
    line-height: 1;
    font-size: 3vw;
    padding: 1vw;
    border-radius: 3px;
    cursor: pointer;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item .title .gtag {
    background: #fa9c2e;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item .title > a {
    margin-left: 3vw;
    font-size: 4vw;
    transition: all 0.3s;
    cursor: pointer;
    line-height: 1.3;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item .origin * {
    font-size: 3vw;
    margin-right: 3vw;
    color: #666;
    font-family: sans-serif;
  }
  .content .con-lf .con-box-1 .con-box-1-news .news-item:last-child {
    border-bottom: 0;
  }
  .content .con-lf .con-box-1 .con-box-1-img {
    display: none;
  }
  .content .con-lf .con-box-1 .con-box-1-img img {
    height: 312px;
  }
  .content .con-lf .con-box-2 {
    display: none !important;
    margin: 40px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-lf .con-box-2 .con-box-2-item {
    width: 405px;
    height: 120px;
    position: relative;
    display: block;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
  }
  .content .con-lf .con-box-2 .con-box-2-item > img {
    transition: all 0.6s;
    opacity: 0.25;
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 140px;
    height: 120px;
    cursor: pointer;
    transition: all 0.5s;
    border-bottom-right-radius: 60px;
    border-top-right-radius: 60px;
    background: rgba(23, 95, 175, 0.75);
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask .logo {
    position: absolute;
    top: 17px;
    left: 40px;
    width: 85px;
    z-index: 11;
    cursor: pointer;
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask .text {
    position: absolute;
    top: 32px;
    left: 152px;
    z-index: 11;
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask .text div {
    color: #333;
    font-size: 14px;
    line-height: 1.8;
    cursor: pointer;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-2 .con-box-2-item .mask .text .school {
    transition: all 0.3s;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
  }
  .content .con-lf .con-box-2 .con-box-2-item:hover > img {
    opacity: 1;
  }
  .content .con-lf .con-box-2 .con-box-2-item:hover .mask:after {
    margin-left: 0;
    width: 500px;
  }
  .content .con-lf .con-box-2 .con-box-2-item:hover .mask .text div {
    color: #fff;
  }
  .content .con-lf .con-box-3 {
    display: none;
    margin-bottom: 45px;
  }
  .content .con-lf .con-box-3 img {
    width: 840px;
    height: 140px;
  }
  .content .con-lf .con-box-4 {
    margin-top: 15px;
  }
  .content .con-lf .con-box-4 .con-box-4-head {
    width: 100%;
    height: auto;
    padding: 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #8bafd7;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item {
    font-size: 4vw;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .content .con-lf .con-box-4 .con-box-4-head .head-item:hover:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active {
    color: #1060b1;
  }
  .content .con-lf .con-box-4 .con-box-4-head .active:before {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-body {
    height: 480px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item {
    width: 100%;
    height: auto;
    padding: 4vw;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item:hover {
    background: #fbfbfb;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item > img {
    align-self: center;
    width: 15vw;
    margin-right: 3vw;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info {
    margin-top: 2vw;
    overflow: hidden;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info svg {
    vertical-align: -0.15em;
    color: #8bafd7;
    margin-right: 5px;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info * {
    display: inline-block;
    font-size: 4vw;
    line-height: 1;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .province {
    display: none;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .school {
    width: 100%;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .info .text {
    font-size: 3vw;
    color: #666;
    margin-top: 3vw;
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 1.5;
  }
  .content .con-lf .con-box-4 .con-box-4-body .body-item .btn {
    display: none;
    width: 100px;
    height: 30px;
    background: #175faf;
    position: absolute;
    top: 37px;
    right: 0;
    color: #fff;
    font-size: 14px;
    text-align: center;
    border-radius: 4px;
    padding-top: 7px;
    line-height: 1;
  }
  .content .con-lf .con-box-5 {
    margin: 15px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-lf .con-box-5 * {
    cursor: pointer;
  }
  .content .con-lf .con-box-5 .con-box-5-item {
    width: 46%;
    margin: 2%;
    height: 80px;
    border-left: 3px solid #175faf;
    box-shadow: 0 0 6px #aaa;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .logo {
    width: 50px;
    align-self: center;
    margin: 0 10px;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info {
    align-self: center;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .title {
    font-size: 14px;
    color: #333;
    transition: all 0.3s;
  }
  .content .con-lf .con-box-5 .con-box-5-item .info .text {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover {
    box-shadow: 0 0 6px #666;
  }
  .content .con-lf .con-box-5 .con-box-5-item:hover .title {
    color: #175faf;
  }
  .content .con-lf .con-box-5 .con-box-5-item:last-child {
    display: none!important;
  }
  .content .con-lf .con-box-5 + .con-box-5 {
    display: none;
  }
  .content .con-lf .con-box-6 {
    margin-bottom: 15px;
  }
  .content .con-lf .con-box-6 img {
    width: 100%;
    border-radius: 4px;
  }
  .content .con-rt {
    width: 100%;
  }
  .content .con-rt .rt-title svg {
    color: #175faf;
    vertical-align: -0.15em;
  }
  .content .con-rt .rt-title * {
    font-size: 20px;
  }
  .content .con-rt .rt-con-1 {
    display: none;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 20px 20px;
  }
  .content .con-rt .rt-con-1 .search-box {
    margin-top: 22px;
  }
  .content .con-rt .rt-con-1 .search-box .search-item {
    height: 28px;
    margin: 16px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .content .con-rt .rt-con-1 .search-box .search-item > span {
    font-size: 16px;
    align-self: center;
  }
  .content .con-rt .rt-con-1 .search-box .search-item .filter-option {
    font-size: 14px;
  }
  .content .con-rt .rt-con-1 .search-box .search-item .btn-group {
    height: 28px;
  }
  .content .con-rt .rt-con-1 .search-box .search-item select,
  .content .con-rt .rt-con-1 .search-box .search-item input {
    width: 200px;
    height: 28px;
    border: 1px solid #dde5ed;
    padding-left: 1em;
    border-radius: 4px;
  }
  .content .con-rt .rt-con-1 .search-box .search-item select {
    padding-left: 0.7em;
    color: #666;
  }
  .content .con-rt .rt-con-1 .search-box .search-item .dropdown-menu {
    max-height: 120px !important;
    padding-bottom: 10px;
  }
  .content .con-rt .rt-con-1 .search-btn {
    margin-top: 16px;
    width: 100%;
    height: 30px;
    background: #175faf;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
  }
  .content .con-rt .rt-con-2 {
    display: none;
    margin: 40px auto;
    border: 1px solid #dde5ed;
    border-top: 4px solid #175faf;
    padding: 15px 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-title {
    margin-left: 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box {
    overflow: hidden;
    padding: 0 20px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .swiper-container {
    overflow: visible;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 30px auto 30px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info {
    margin-left: 10px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info div {
    font-size: 16px;
    margin-bottom: 8px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top .school-info a {
    display: block;
    width: 100px;
    height: 28px;
    color: #175faf;
    border: 1px solid #175faf;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .top img {
    width: 60px;
    height: 60px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot {
    height: 155px;
    position: relative;
    padding-left: 12px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 87%;
    background: #175faf;
    top: 12px;
    left: 0;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title {
    position: relative;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title > div {
    line-height: 2.2;
    font-size: 14px;
    font-weight: bold;
    color: #175faf;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow-y: hidden;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 11px;
    left: -15px;
  }
  .content .con-rt .rt-con-2 .rt-con-2-box .bot .title span {
    color: #333;
    font-size: 14px;
  }
  .content .con-rt .include {
    width: 0;
    height: 0;
    opacity: 0;
  }
  .content .con-rt .rt-con-3 {
    padding: 4vw;
  }
  .content .con-rt .rt-con-3 > img {
    width: 60%;
  }
  .content .con-rt .rt-con-3 .successful-box {
    width: 100%;
    height: 260px;
    overflow: hidden;
    margin: 30px auto 10px;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-3 .successful-box > div {
    padding: 3px;
    height: 80%;
    overflow: visible;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head {
    height: 100%;
    font-size: 3vw;
    line-height: 46px;
    transition: all 0.3s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .head span {
    transition: all 0.3s;
    color: #175faf;
    font-size: 3vw;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body {
    width: 100%;
    height: 0;
    overflow: hidden;
    border-radius: 5px;
    transition: height 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .body-wrap {
    width: 150%;
    height: 100%;
    transition: all 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf {
    float: left;
    width: 160px;
    height: 120px;
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 35px;
    background: url(../images/rt-con-3-successful-blue.png) no-repeat center left;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf > div {
    color: #fff;
    text-align: center;
    line-height: 1.6;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .p-name {
    font-size: 3vw;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .lf .s-name {
    margin-top: 5px;
    font-size: 3.5vw;
    font-weight: bold;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt {
    float: left;
    width: auto;
    padding-top: 20px;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide .body .rt > div {
    font-size: 3vw;
    line-height: 1.2;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 50%;
    transform: translate(-50%);
    left: -20px;
    z-index: 1;
    opacity: 1;
    transition: opacity 0.3s;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev:before {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-prev .head {
    opacity: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active {
    height: 120px !important;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 0 5px #aaa;
    background: url(../images/rt-con-3-successful-bg.jpg) no-repeat center right;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active .head {
    opacity: 0;
    height: 0;
  }
  .content .con-rt .rt-con-3 .successful-box .swiper-slide-active:hover .body-wrap {
    margin-left: -36%;
  }
  .content .con-rt .rt-con-3 .successful-box .ani-slide .body {
    height: 100%;
  }
  .content .con-rt .rt-con-4 {
    padding: 4vw;
    position: relative;
  }
  .content .con-rt .rt-con-4 a > img {
    width: 60%;
  }
  .content .con-rt .rt-con-4 .rc-speed-more {
    display: none;
    position: absolute;
    top: 116px;
    right: 10px;
    color: #fff;
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed-more span {
    display: inline-block;
    font-size: 16px;
    line-height: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed {
    margin: 30px auto;
    width: 100%;
    height: 170px;
    overflow: hidden;
    padding-left: 20px;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 96%;
    background: #175faf;
    top: 6px;
    left: 3px;
  }
  .content .con-rt .rt-con-4 .rc-speed > div {
    padding: 3px;
    height: 100%;
    overflow: visible;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide {
    font-size: 14px;
    transition: height 0.3s;
    position: relative;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide:before {
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #175faf;
    top: 3px;
    left: -23px;
    z-index: 1;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div {
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span {
    font-size: 14px;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide > div span + span {
    margin-left: 1em;
  }
  .content .con-rt .rt-con-4 .rc-speed .swiper-slide .number {
    display: block;
    font-size: 14px;
    line-height: 1;
    margin-bottom: 1em;
    color: #175faf;
  }
  .pspg {
    display: none;
    width: 100vw;
    height: 460px;
    background: url(../images/pspg-bg.jpg) no-repeat top center;
  }
  .pspg .pspg-con {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .pspg .pspg-con .lf {
    width: 100%;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-left: 10px;
    overflow: hidden;
  }
  .pspg .pspg-con .lf .pspg-head {
    width: 100%;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    border-bottom: 1px solid #8bafd7;
  }
  .pspg .pspg-con .lf .pspg-head .head-item {
    margin-right: 25px;
    font-size: 20px;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .pspg .pspg-con .lf .pspg-head .head-item:hover:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-head .active {
    color: #1060b1;
  }
  .pspg .pspg-con .lf .pspg-head .active:before {
    width: 100%;
  }
  .pspg .pspg-con .lf .pspg-box {
    width: 100%;
    padding-top: 40px;
    overflow: visible;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item {
    width: 190px;
    height: 300px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 0 6px #bbb;
    text-align: center;
    padding: 25px 15px;
    transition: all 0.3s;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item:hover {
    transform: scale(1.1);
    background: #f1f4f8;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item img {
    width: 92px;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item div {
    font-size: 16px;
    color: #175faf;
    line-height: 3;
  }
  .pspg .pspg-con .lf .pspg-box .pspg-item p {
    font-size: 14px;
    text-align: left;
    line-height: 2;
  }
  .pspg .pspg-con .rt {
    display: none;
    width: 338px;
    height: 100%;
    margin-right: 30px;
    background: url(../images/pspg-rt-bg.png) no-repeat top center;
    padding-left: 18px;
    padding-top: 160px;
  }
  .pspg .pspg-con .rt .rt-box {
    width: 210px;
    height: 200px;
    margin: 0 auto;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0 12px;
    margin-bottom: 40px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle {
    width: 24px;
    height: 40px;
    background: #175faf;
    position: relative;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg {
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    color: #fff;
    z-index: 1;
    transform: translate(-50%, -50%);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle svg path {
    color: #fff;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(-60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: inherit;
    height: inherit;
    background: inherit;
    transform: rotate(60deg);
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text p {
    font-size: 14px;
    margin: 0;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .sixangle + .text {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .rt-item .text + .sixangle {
    margin-left: 22px;
  }
  .pspg .pspg-con .rt .rt-box .rt-con .right {
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    align-items: flex-end;
  }
  .banner-1200 {
    width: 100vw;
    margin: 15px auto 0;
  }
  .banner-1200 img {
    width: 100%;
  }
  .trs-con {
    width: 100%;
    margin: 0 auto 8vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .trs-con .trs-lf {
    width: 100vw;
    height: auto;
    overflow: hidden;
    padding-top: 5vw;
  }
  .trs-con .trs-lf .trs-head {
    width: 100%;
    height: 8vw;
    padding: 0;
    border-bottom: 1px solid #8bafd7;
  }
  .trs-con .trs-lf .trs-head .swiper-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .trs-con .trs-lf .trs-head .head-item {
    width: auto !important;
    font-size: 3vw;
    position: relative;
    display: block;
    cursor: pointer;
    transition: all 0.3s;
    padding: 0 5px;
  }
  .trs-con .trs-lf .trs-head .head-item:before {
    content: '';
    position: absolute;
    width: 0;
    height: 4px;
    left: 50%;
    transform: translate(-50%);
    bottom: -1px;
    transition: all 0.3s;
    background: #175faf;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active,
  .trs-con .trs-lf .trs-head .active {
    color: #1060b1;
  }
  .trs-con .trs-lf .trs-head .swiper-slide-thumb-active:before,
  .trs-con .trs-lf .trs-head .active:before {
    width: 100%;
  }
  .trs-con .trs-lf .trs-box {
    overflow: visible;
  }
  .trs-con .trs-lf .trs-box .list-item {
    width: 92vw;
    height: auto;
    padding: 3vw 0;
    margin: 0 4vw;
    border-bottom: 1px solid #dde5ed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    position: relative;
    transition: all 0.3s;
    background: #fff;
  }
  .trs-con .trs-lf .trs-box .list-item > img {
    align-self: center;
    width: 35vw;
    height: 20vw;
    margin-right: 2vw;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text {
    width: auto;
    height: auto;
    padding: 10px 0;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title {
    font-size: 4vw;
    color: #333;
    margin-bottom: 5vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow-y: hidden;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title a {
    font-size: 4vw;
    color: #333;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-title a:hover {
    color: #175faf;
  }
  .trs-con .trs-lf .trs-box .list-item .list-text .list-info span {
    margin-right: 3vw;
    font-size: 3vw;
    color: #666;
    font-family: sans-serif;
  }
  .trs-con .trs-lf .trs-box .list-item .list-share {
    display: none !important;
  }
  .trs-con .trs-lf .trs-box .list-item:last-child {
    border-bottom: none;
  }
  .trs-con .trs-lf .trs-box .trs-more {
    display: block;
    width: 30vw;
    margin: 8vw auto 0;
    text-align: center;
    font-size: 4vw;
    color: #666;
    cursor: pointer;
  }
  .trs-con .trs-rt {
    display: none !important;
    padding-top: 60px;
    width: 320px;
  }
  .trs-con .trs-rt .rt-img {
    margin: 40px auto;
  }
  .trs-con .trs-rt .rt-img > div {
    margin-top: 20px;
  }
  .trs-con .trs-rt .rt-img > div img {
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item {
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    box-shadow: 0 3px 10px #bbb;
    margin-bottom: 50px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-img img {
    width: 320px;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 10px 0;
    background: #fff;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .tag {
    width: 72px;
    height: 16px;
    font-size: 16px;
    color: #175faf;
    font-weight: bold;
    padding: 0 10px;
    line-height: 1;
    align-self: center;
    border-left: 8px solid #175faf;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title {
    width: 260px;
    font-size: 16px;
    line-height: 1.5;
  }
  .trs-con .trs-rt .trs-rt-box .trs-rt-item .trs-rt-text .title a {
    font-size: inherit;
  }
}
